Package-level declarations

Functions

Link copied to clipboard
fun <T, R : Comparable<R>> List<T>.isSortedBy(selector: (T) -> R, ascending: Boolean = true, ignoreCase: Boolean = true): Boolean

Checks if the list is sorted according to the specified selector function.